core: Add ability for repositories to have a "parent"
authorColin Walters <walters@verbum.org>
Tue, 17 Apr 2012 01:21:50 +0000 (21:21 -0400)
committerColin Walters <walters@verbum.org>
Thu, 19 Apr 2012 03:12:34 +0000 (23:12 -0400)
commit5947b5b1453e2514e4c483b836e872c585cb816c
treeef2a179a3d8004541c04a0e204d2bf788e68cfc0
parent2ecc0cdef141a760a3b744fa884f7fc52b86e53d
core: Add ability for repositories to have a "parent"

This will be useful for ostbuild; a user can create their own archive
mode repository which transparently inherits objects from the
root-owned one in /ostree.
Makefile-ostree.am
src/libostree/ostree-repo.c
src/libostree/ostree-repo.h
src/ostree/main.c
src/ostree/ostree-pull.c
src/ostree/ot-builtin-config.c [new file with mode: 0644]
src/ostree/ot-builtins.h
tests/t0000-basic.sh